home *** CD-ROM | disk | FTP | other *** search
- ; module line format:
- ; module,description,parameter,pre_install,post_install,initrd,auto
- ;
- ; module: the actual module name (without '.o')
- ; description: a short description; leave it blank if you do not want this module
- ; to be displayed in linuxrc
- ; parameter: module parameters
- ; pre_install: space separated list of modules to be loaded before the module
- ; post_install: space separated list of modules to be loaded after the module
- ; initrd: set it to 1 if you want this module to be added to the initrd
- ; of the installed system
- ; auto: set it to 1 if it _would_ be safe to always load this module
- ;
-
-
- [autoload]
- nvram,,-
- af_packet,,-
- fat,,-
- vfat,VFAT,-,fat
- cramfs,CRAMFS,-
- sg,,-
-
-
- [IDE/RAID/SCSI]
- MoreModules=scsi-modules
- ModDisk=2
-
-
- [CD-ROM]
- MoreModules=cdrom-modules
- ModDisk=2
-
-
- [network]
- MoreModules=net-modules
- ModDisk=3
-
-
- [PCMCIA]
- MoreModules=pcmcia-modules
- ModDisk=3
-
-
- [USB]
- MoreModules=initrd
- ModDisk=1
-
- usbcore
- usb-uhci,UHCI Host Controller Driver,,usbcore,input hid keybdev
- uhci,Alternative UHCI Host Controller Driver,,usbcore,input hid keybdev
- usb-ohci,OHCI Host Controller Driver,,usbcore,input hid keybdev
- ehci-hcd,EHCI Host Controller Driver,,usbcore,input hid keybdev
- input
- hid,,,input usbcore
- keybdev,,,input
- usb-storage,USB Mass Storage Device Driver,,usbcore
- pegasus,Pegasus/Pegasus II based USB-Ethernet,,usbcore
-
-
- [FireWire]
- MoreModules=firewire-modules
- ModDisk=3
-
-
- [file system]
- MoreModules=fs-modules
- ModDisk=1
-
-
- [other]
- 8390,,-
- isa-pnp,,isapnp_reset=0,,,,1
- parport
- parport_pc,,,parport
-
-
-